home *** CD-ROM | disk | FTP | other *** search
/ Clickx 35 / Clickx 35.iso / assets / software / setup_ca_en.exe / Kalender_en.chm / topics / styles.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-01-17  |  1.2 KB  |  30 lines

  1. /*Zentrale Definitionen der Style Sheets fⁿr das Hauptfenster*/
  2.  
  3. /*Seitenhintergrund*/
  4. BODY{background-color:#CCFFFF}
  5.  
  6. /*▄berschriften*/
  7. h1{font-size:14pt; font-family:Arial; color:#AA0000; margin-bottom:0px; text-align:left} 
  8. h2{font-size:12pt; font-family:Arial; color:#0000FF; margin-bottom:0px; text-align:left}
  9. h3{font-size:10pt; font-family:Times New Roman; color:#0000DD; margin-bottom:0px; margin-top:10px; text-align:center}
  10.  
  11. /*Liste*/
  12. ul{margin-top:0px} 
  13.  
  14. /*Listeneintrag*/
  15. li{font-size:9pt; font-family:Arial; color:#000000} 
  16.  
  17. /*Textabsatz*/
  18. p{font-size:9pt; font-family:Arial; margin-bottom:0px; margin-top:10px}  
  19. div{font-size:9pt; font-family:Arial; background-color:#FFFFFF; border-style:solid;border-width:thin; border-color:#AAAAFF; text-align:center; margin-top:10px}
  20. #NOTICE {background-color:#0000AA;  color:#FFFFFF} 
  21.  
  22.  
  23. /*Link*/
  24. a:link {font-size:9pt; font-family:Arial; color:#0000FF} 
  25. a:visited {font-size:9pt; font-family:Arial; color:#0000FF} 
  26. a:hover {font-size:9pt; font-family:Arial; color:#0000FF} 
  27. a:active {font-size:9pt; font-family:Arial; color:#0000FF} 
  28.  
  29. /*Grafiken*/
  30. img{margin-bottom:10px; margin-top:10px; margin-left:10px; margin-right:10px; }